projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ae32ad
)
Add a transfer annotation
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 28 Dec 2015 19:41:33 +0000
(14:41 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 29 Dec 2015 03:37:22 +0000
(22:37 -0500)
This was confusing me momentarily, so add an explicit annotation.
gtk/gtkcssstyleproperty.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssstyleproperty.c
b/gtk/gtkcssstyleproperty.c
index 6cf0ccf1d3db4242d12f9a45fbdff08b1402568a..e4d3f8f5dcdd94c95aaa30fdd4293b3f46436706 100644
(file)
--- a/
gtk/gtkcssstyleproperty.c
+++ b/
gtk/gtkcssstyleproperty.c
@@
-385,7
+385,7
@@
_gtk_css_style_property_get_id (GtkCssStyleProperty *property)
* [CSS Documentation](http://www.w3.org/TR/css3-cascade/#intial)
* for an explanation of this concept.
*
- * Returns:
a reference to
the initial value. The value will never change.
+ * Returns:
(transfer none):
the initial value. The value will never change.
**/
GtkCssValue *
_gtk_css_style_property_get_initial_value (GtkCssStyleProperty *property)